home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 123 / CD Gamer Issue 123 (June 2003) (Disc 1).ISO / Games / Dev_Demo_EU / data1.cab / App_Executables / Lang / INT / Engine.int < prev    next >
Encoding:
INI File  |  2003-02-28  |  6.7 KB  |  212 lines

  1. [Public]
  2. ;Object=(Name=Engine.Console,Class=Class,MetaClass=Engine.Console)
  3. Object=(Name=Engine.ServerCommandlet,Class=Class,MetaClass=Core.Commandlet)
  4. Object=(Name=Engine.MasterMD5Commandlet,Class=Class,MetaClass=Core.Commandlet)
  5. Preferences=(Caption="Advanced",Parent="Advanced Options")
  6. Preferences=(Caption="Game Engine Settings",Parent="Advanced",Class=Engine.GameEngine,Category=Settings,Immediate=True)
  7. Preferences=(Caption="Key Aliases",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=Aliases)
  8. Preferences=(Caption="Raw Key Bindings",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=RawKeys)
  9. Preferences=(Caption="Drivers",Parent="Advanced Options",Class=Engine.Engine,Immediate=False,Category=Drivers)
  10. Preferences=(Caption="Public Server Information",Parent="Networking",Class=Engine.GameReplicationInfo,Immediate=True)
  11. Preferences=(Caption="Game Settings",Parent="Advanced Options",Class=Engine.GameInfo,Immediate=True)
  12.  
  13. ;; TRANSLATE
  14. [Errors]
  15. NetOpen="Error opening file"
  16. NetWrite="Error writing to file"
  17. NetRefused="Server refused to send '%s'"
  18. NetClose="Error closing file"
  19. NetSize="File size mismatch"
  20. NetMove="Error moving file"
  21. NetInvalid="Received invalid file request"
  22. NoDownload="Package '%s' is not downloadable"
  23. DownloadFailed="Downloading package '%s' failed: %s"
  24. RequestDenied="Server requested file from pending level: Denied"
  25. ConnectionFailed="Connection failed"
  26. ChAllocate="Couldn't allocate channel"
  27. NetAlready="Already networking"
  28. NetListen="Listen failed: No linker context available"
  29. LoadEntry="Can't load Entry: %s"
  30. InvalidUrl="Invalid URL: %s"
  31. InvalidLink="Invalid Link: %s"
  32. FailedBrowse="Failed to enter %s: %s"
  33. Listen="Listen failed: %s"
  34. AbortToEntry="Failed; returning to Entry"
  35. ServerOpen="Servers can't open network URLs"
  36. ServerListen="Dedicated server can't listen: %s"
  37. Pending="Pending connect to '%s' failed; %s"
  38. LoadPlayerClass="Failed to load player class"
  39. ServerOutdated="Server's version is outdated"
  40. ClientOutdated="You need to apply the latest patches"
  41. InvalidCDKey="Your CD key appears to be invalid.  You will need to reinstall the game and enter your CD key to fix this problem."
  42. NetworkFailed=Network Failed
  43. RejectedByServer=Rejected By Server
  44.  
  45. ;; TRANSLATE
  46. [UpgradeDrivers]
  47. OutdatedDrivers="You are running old graphics card drivers that might not work in conjunction with the game."
  48. OursOrWeb="Choose YES to install updated drivers from our CD and NO to visit the manufacturers homepage"
  49. InsertCD="Please insert your Devastation CD"
  50. NvidiaURL="http://www.nvidia.com/content/drivers/drivers.asp"
  51. AtiURL="http://www.ati.com/support/driver.html"
  52. CDButton="Upgrade from CD"
  53. WebButton="Upgrade from Web"
  54. cancelButton="Don't Upgrade"
  55.  
  56. ;; TRANSLATE
  57. [Progress]
  58. CancelledConnect="Cancelled Connect Attempt"
  59. RunningNet="%s: %s (%i players)"
  60. NetReceiving="Receiving '%s': %i/%i"
  61. NetReceiveOk="Successfully received '%s'"
  62. NetSend="Sending '%s'"
  63. NetSending="Sending '%s': %i/%i"
  64. Connecting="Connecting..."
  65. Listening="Listening for clients..."
  66. Loading="Loading"
  67. Saving="Saving"
  68. Paused="Paused by %s"
  69. ReceiveFile="Receiving '%s' (F10 Cancels)"
  70. ReceiveOptionalFile="Receiving optional file '%s' (Press F10 to Skip)"
  71. ReceiveSize="Size %iK, Complete %3.1f%%"
  72. ConnectingText="connecting ([escape] cancels):"
  73. ConnectingURL="devastation://%s/%s"
  74. ;SwitchLevel=Connecting to
  75. CorruptConnect="Corrupt Connection Detected"
  76.  
  77. ;; TRANSLATE
  78. [Console]
  79. ClassCaption=Standard Engine Console
  80. LoadingMessage=LOADING
  81. SavingMessage=SAVING
  82. ConnectingMessage=CONNECTING
  83. PausedMessage=PAUSED
  84. PrecachingMessage=RESIZING WORLD
  85. ChatChannel=(CHAT)
  86. TeamChannel=(TEAM)
  87.  
  88. [MasterMD5Commandlet]
  89. HelpCmd=mastermd5
  90. HelpOneLiner=Manipulate the Master MD5 database
  91. HelpUsage=mastermd5 [-option..] <params>
  92. HelpWebLink=http://unreal.epicgames.com/servertips.htm
  93. HelpParm[0]=-c
  94. HelpDesc[0]=Creates a new MD5 database
  95. HelpParm[1]=-a
  96. HelpDesc[1]=Adds new packages to the database
  97. HelpParm[2]=-s
  98. HelpDesc[2]=Show the current database.
  99. HelpParm[3]=-r
  100. HelpDesc[3]=Force the revision of all entries to <param>
  101.  
  102. ;; TRANSLATE
  103. [General]
  104. Upgrade=To enter this server, you need the latest free update to Devastation available from the Devastation Web site:
  105. UpgradeURL=http://www.DevastationGame.com/upgrade
  106. UpgradeQuestion=Do you want to launch your web browser and go to the upgrade page now?
  107. Version=Version %i
  108.  
  109. [Menu]
  110. HelpMessage=
  111. MenuList=
  112. LeftString=Left
  113. RightString=Right
  114. CenterString=Center
  115. EnabledString=Enabled
  116. DisabledString=Disabled
  117. HelpMessage[1]="This menu has not yet been implemented."
  118. YesString=yes
  119. NoString=no
  120.  
  121. ;; TRANSLATE
  122. [Inventory]
  123. PickupMessage=Snagged an item
  124. M_Activated=" activated"
  125. M_Selected=" selected"
  126. M_Deactivated=" deactivated"
  127. ItemArticle=a
  128.  
  129. [WarpZoneInfo]
  130. OtherSideURL=
  131.  
  132. ;; TRANSLATE
  133. [GameInfo]
  134. SwitchLevelMessage=Switching Levels
  135. DefaultPlayerName=Player
  136. LeftMessage=" left the game."
  137. FailedSpawnMessage=Failed to spawn player actor
  138. FailedPlaceMessage=Could not find starting spot (level might need a 'PlayerStart' actor)
  139. NameChangedMessage=Name changed to
  140. EnteredMessage=" entered the game."
  141. GameName="Game"
  142. MaxedOutMessage=Server is already at capacity.
  143. WrongPassword=The password you entered is incorrect.
  144. NeedPassword=You need to enter a password to join this game.
  145. FailedTeamMessage=Could not find team for player
  146. GameModesStr[0]=Arcade
  147. GameModesStr[1]=Simulation
  148. DifficultiesStr[0]=Easy
  149. DifficultiesStr[1]=Medium
  150. DifficultiesStr[2]=Hard
  151. DifficultiesStr[3]=Insane
  152.  
  153. [LevelInfo]
  154. Title=Untitled
  155.  
  156. [Weapon]
  157. MessageNoAmmo=" has no ammo."
  158. PickupMessage=You got a weapon
  159. DeathMessage=%o was killed by %k's %w.
  160. ItemName=Weapon
  161. DeathMessage[0]=%o was killed by %k's %w.
  162. DeathMessage[1]=%o was killed by %k's %w.
  163. DeathMessage[2]=%o was killed by %k's %w.
  164. DeathMessage[3]=%o was killed by %k's %w.
  165.  
  166. ;; TRANSLATE
  167. [Counter]
  168. CountMessage=Only %i more to go...
  169. CompleteMessage=Completed!
  170.  
  171. ;; TRANSLATE
  172. [Ammo]
  173. PickupMessage=You picked up some ammo.
  174.  
  175. [Pickup]
  176. ExpireMessage=
  177.  
  178. [SpecialEvent]
  179. DamageString=
  180.  
  181. [DamageType]
  182. Name=killed
  183. AltName=killed
  184.  
  185. ;; TRANSLATE
  186. [PlayerPawn]
  187. QuickSaveString=Quick Saving
  188. NoPauseMessage=Game is not pauseable
  189. ViewingFrom=Now viewing from
  190. OwnCamera=own camera
  191. FailedView=Failed to change view.
  192. CantChangeNameMsg=You can't change your name during a global logged game.
  193.  
  194. [Pawn]
  195. NameArticle=" a "
  196.  
  197. [Spectator]
  198. MenuName=Spectator
  199.  
  200. ;; TRANSLATE
  201. ;; Only Translate HelpOneLiner, HelpParm[x], and HelpDesc[x]
  202. [ServerCommandlet]
  203. HelpCmd=server
  204. HelpOneLiner=Network game server
  205. HelpUsage=server map.unr[?game=gametype] [-option...] [parm=value]...
  206. HelpWebLink=http://www.digitalo.com
  207. HelpParm[0]=Log
  208. HelpDesc[0]=Specify the log file to generate
  209. HelpParm[1]=AllAdmin
  210. HelpDesc[1]=Give all players admin privelages
  211.  
  212.